ss_excitation Interface

interface
public subroutine ss_excitation(t, u, args)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: t

The time value at which to compute the excitation.

real(kind=real64), intent(out), dimension(:) :: u

The excitation vector.

class(*), intent(inout), optional :: args

An optional argument used to pass objects in and out of the routine.

Description

A routine for computing the excitation vector for a state-space model.